home *** CD-ROM | disk | FTP | other *** search
/ 10,000 Great Games / 10,000 Great Games.iso / Product / 243 / RiskIt11.inf < prev    next >
Windows Setup INFormation  |  1997-11-14  |  3KB  |  113 lines

  1. ; RISKIT11.INF
  2. ;
  3. ; This is the Setup information file to install Nessysoft
  4. ; RiskIt 1.1 for Windows 95 and NT to the Windows directory.
  5. ;
  6. ; Copyright (c) 1997 Nessysoft
  7. ;
  8. ; For more information or Windows 3.x install, please read 
  9. ; the readme.txt file or check to download the actual version
  10. ; form http://www.ping.at/nessysoft
  11. ;
  12. ; (This inf-file was inspired by an article of Michael Tr÷ger in
  13. ; the computer magazine c┤t 13/1997, page 294+ about utilizing
  14. ; inf-files for the installation of programs)
  15.  
  16. [version]
  17. signature="$CHICAGO$"
  18.  
  19. ;Installation of Nessysoft RiskIt under Windows 95
  20. [DefaultInstall]
  21. CopyFiles=Files_INF, Files_WIN, Files_SYS
  22. AddReg=Registry, Registry_Run, Registry_Uninstall
  23. UpdateInis=Symbols_Create
  24.  
  25. ;Installation of Nessysoft RiskIt under Windows NT
  26. [DefaultInstall.ntx86]
  27. CopyFiles=Files_INF, Files_WIN, Files_SYS
  28. AddReg=Registry, Registry_Run, Registry_Uninstall
  29. UpdateInis=Symbol_Create
  30.  
  31. ;Deinstallation of Nessysoft RiskIt under Windows 95
  32. ;delete created *.hlp files by using the files_help_auto section
  33. [DefaultUninstall]
  34. DelReg=Registry,Registry_Run,Registry_Uninstall,Registry_RemovePath
  35. UpdateInis=Symbols_Remove
  36. DelFiles=Files_INF, Files_WIN, Files_HLP_Auto    ;, Files_SYS ; don┤t delete to be on the save side
  37.  
  38. ;INF-File is necessary to enable the deinstallation
  39. [Files_INF]
  40. RiskIt11.inf
  41.  
  42. ;Nessysoft RiskIt program files
  43. [FILES_WIN]
  44. RiskIt.exe
  45. RiskIt.hlp
  46. RiskIt.ini
  47. readme.txt
  48. File_id.diz
  49. Vendor.txt
  50.  
  51. ;System files
  52. [Files_SYS]
  53. ctl3d.dll
  54.  
  55. ;automatically created help files, problem and registration files
  56. [Files_HLP_Auto]
  57. riskit.gid
  58. riskit.fts
  59. registr.txt
  60. problem.txt
  61.  
  62. ;destination directories
  63. [DestinationDirs]
  64. Files_WIN=10 ;\Windows
  65. Files_INF=17 ;\Windows\Inf
  66. Files_HLP_Auto=10 ;\Windows (as Files_WIN)
  67. Files_SYS=11 ;\Windows\System
  68.  
  69. ;Source of the installation files
  70. [SourceDisksNames]
  71. 1="%01%",,1
  72.  
  73. ;Program entries in the registry
  74. [Registry]
  75. HKCU,"%RegPath%","DefaultDir",,"%10%" ; is the Windows directory
  76.  
  77. ;run the readme.txt file during the installation
  78. [Registry_Run]
  79. HKLM,"%Reg_Path_Run%", "displaying README.TXT ...",,"%10%\notepad.exe %10%\readme.txt"
  80.  
  81. ;remove paths during a deinstallation
  82. [Registry_RemovePath]
  83. HKCU,"Software\Nessysoft",,,
  84.  
  85. ;Registry-entries for Windows 95
  86. [Registry_Uninstall]
  87. HKLM,%UnInstallPath%,DisplayName,,"Nessysoft RiskIt 1.1 (Win95)"
  88. HKLM,%UnInstallPath%,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 %17%\RiskIt11.inf"
  89.  
  90. ;Registry-entries for Windows NT
  91. [Registry_Uninstall_NT]
  92. HKLM,%UnInstallPath%,DisplayName,,"Nessysoft RiskIt 1.1 (WinNT)"
  93. HKLM,%UnInstallPath%,UninstallString,,"%11%\rundll32.exe setupapi.dll,InstallHinfSection DefaulUninstall 132 %17%\RiskIt11.inf"
  94.  
  95. ;Create the symbols
  96. [Symbols_Create]
  97. setup.ini, progman.groups,, "group1=Nessysoft"
  98. setup.ini, group1,,""RiskIt 1.1", "%10%\RiskIt.exe""
  99.  
  100. ;Remove the symbols
  101. [Symbols_Remove]
  102. setup.ini, progman.groups,,"group1=Nessysoft"
  103. setup.ini, group1,,""RiskIt 1.1""
  104.  
  105. ;Constants
  106. [Strings]
  107. Reg_Path="Software\Nessysoft\RiskIt 1.1"
  108. Reg_Path_Run="Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup"
  109. UnInstallPath="Software\Microsoft\Windows\CurrentVersion\Uninstall\Nessysoft RiskIt 1.1"
  110.  
  111. ;(c) Nessysoft 1997
  112. ;script adapted by Gottfried A. Nestyak
  113.